home *** CD-ROM | disk | FTP | other *** search
- library Thedll; {*Modified line}
-
- uses
- {Forms,} {*Forms unit removed}
- Aboutbox in 'ABOUTBOX.PAS' {Form1}; {*Our Aboutbox form}
-
- exports {*Add exports clause}
- LoadOurAboutbox index 1; {*We will use this to show our Aboutbox}
-
- {$R *.RES}
-
- begin
- { Application.CreateForm(TForm1, Form1);
- Application.Run; } {*Remove all code between begin and end}
- end.
-